home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 1_general / say < prev    next >
Encoding:
Text File  |  2002-10-28  |  1.2 KB  |  39 lines

  1. Synopsis:
  2.    say <text>
  3.  
  4. Description:
  5.    This command sends the specified text to the current channel.  It has
  6.    numerous practical uses.  Among others, it allows the user to send a
  7.    message to a channel even if CMDCHARS is for some reason not set,
  8.    or is COMMAND_MODE is on.  It it also useful for allowing ALIASes,
  9.    BINDs, scripts, and the like, to explicitly send a message to the
  10.    current channel.
  11.  
  12.    Using the SAY command is functionally equivalent to using the
  13.    command character with no command.  Of course, the default is to send
  14.    text to the current channel if no command character is specified at
  15.    all.
  16.  
  17. Examples:
  18.    To send a message to the current channel:
  19.       /say hello all!
  20.  
  21.    An alternate way to send a message:
  22.       / hello all!
  23.  
  24.    To someone else on irc, your message will appear like this:
  25.       <your_nick> hello all!
  26.  
  27.    To you, your message will appear like this:
  28.       > hello all!
  29.  
  30. See Also:
  31.    msg(1); send(5); set(4) command_mode
  32.  
  33. Restrictions:
  34.    SAY cannot send a message to any channel other than the current
  35.    one.  You must switch channels with JOIN (or CHANNEL), or with
  36.    whatever key is bound to SWITCH_CHANNELS.  Otherwise, use MSG to send
  37.    the message to a specific destination.
  38.  
  39.